eplato-loyaltycards-v1 Schema
rows Element
eplato-loyaltycards-v1 Schema > loyaltycards Element : rows Element
Namespace urn:xmlns:eplato:loyaltycards-v1
Diagram
pointsbalance Element pricebalance Element isblocked Element cardtypedescription Element cardtype Element customernumber Element fullcardnumber Element cardnumberwithsuffix Element suffix Element cardnumber Element prefix Element All row Element Sequence rows Element
Overview
rows optional
Sequence
rowid required xs:int
All
prefix optional xs:int
cardnumber xs:long
suffix optional xs:int
fullcardnumber xs:string
customernumber optional xs:long
cardtype Restriction of xs:string
isblocked xs:boolean
pricebalance optional xs:decimal
pointsbalance optional xs:decimal
Source
<xs:element name="rows" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="row" type="sr:row" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
loyaltycards Elementeplato-loyaltycards-v1 Schema